﻿2026-07-11T00:04:51.8534476Z ##[group]Run actions/checkout@v5
2026-07-11T00:04:51.8535286Z with:
2026-07-11T00:04:51.8535688Z   repository: SaberMage/spt-core
2026-07-11T00:04:51.8538783Z   token: ***
2026-07-11T00:04:51.8539260Z   ssh-strict: true
2026-07-11T00:04:51.8539683Z   ssh-user: git
2026-07-11T00:04:51.8540089Z   persist-credentials: true
2026-07-11T00:04:51.8540523Z   clean: true
2026-07-11T00:04:51.8540922Z   sparse-checkout-cone-mode: true
2026-07-11T00:04:51.8541375Z   fetch-depth: 1
2026-07-11T00:04:51.8541764Z   fetch-tags: false
2026-07-11T00:04:51.8542164Z   show-progress: true
2026-07-11T00:04:51.8542564Z   lfs: false
2026-07-11T00:04:51.8542951Z   submodules: false
2026-07-11T00:04:51.8543362Z   set-safe-directory: true
2026-07-11T00:04:51.8544184Z ##[endgroup]
2026-07-11T00:04:51.9318812Z Syncing repository: SaberMage/spt-core
2026-07-11T00:04:51.9320522Z ##[group]Getting Git version info
2026-07-11T00:04:51.9321410Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T00:04:51.9322824Z [command]/usr/bin/git version
2026-07-11T00:04:51.9323586Z git version 2.43.0
2026-07-11T00:04:51.9325283Z ##[endgroup]
2026-07-11T00:04:51.9334574Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/beabd6d1-cb3e-47e4-aa2f-ffdd05a16f16' before making global git config changes
2026-07-11T00:04:51.9335814Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T00:04:51.9337294Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T00:04:51.9367985Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T00:04:51.9385677Z https://github.com/SaberMage/spt-core
2026-07-11T00:04:51.9395837Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T00:04:51.9398226Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T00:04:51.9416174Z HEAD
2026-07-11T00:04:51.9445061Z ##[endgroup]
2026-07-11T00:04:51.9446010Z [command]/usr/bin/git submodule status
2026-07-11T00:04:51.9626230Z ##[group]Cleaning the repository
2026-07-11T00:04:51.9628541Z [command]/usr/bin/git clean -ffdx
2026-07-11T00:04:52.7417704Z Removing target/
2026-07-11T00:04:52.7426661Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T00:04:52.7567435Z HEAD is now at 6bfc02831 Merge 4b29512434c02998467d594dedd8965eb79212c2 into 6b5a35f122c6ffc03b2d51455feb82359420a1b0
2026-07-11T00:04:52.7574627Z ##[endgroup]
2026-07-11T00:04:52.7611691Z ##[group]Disabling automatic garbage collection
2026-07-11T00:04:52.7615320Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T00:04:52.7644123Z ##[endgroup]
2026-07-11T00:04:52.7645156Z ##[group]Setting up auth
2026-07-11T00:04:52.7649648Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T00:04:52.7675942Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T00:04:52.7871599Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T00:04:52.7898175Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T00:04:52.8078565Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T00:04:52.8102534Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T00:04:52.8285849Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T00:04:52.8315325Z ##[endgroup]
2026-07-11T00:04:52.8317647Z ##[group]Fetching the repository
2026-07-11T00:04:52.8324020Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6bfc02831fccff8f137e63d0b79b3778a9e93386:refs/remotes/pull/82/merge
2026-07-11T00:04:53.4000854Z ##[endgroup]
2026-07-11T00:04:53.4003129Z ##[group]Determining the checkout info
2026-07-11T00:04:53.4005939Z ##[endgroup]
2026-07-11T00:04:53.4007295Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T00:04:53.4088091Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T00:04:53.4112704Z ##[group]Checking out the ref
2026-07-11T00:04:53.4114498Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/82/merge
2026-07-11T00:04:53.4166636Z HEAD is now at 6bfc02831 Merge 4b29512434c02998467d594dedd8965eb79212c2 into 6b5a35f122c6ffc03b2d51455feb82359420a1b0
2026-07-11T00:04:53.4171890Z ##[endgroup]
2026-07-11T00:04:53.4207391Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T00:04:53.4233856Z 6bfc02831fccff8f137e63d0b79b3778a9e93386
